Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.core.storage.sql.softdelete--schedule

This contribution is part of XML component org.nuxeo.ecm.core.storage.sql.softdelete inside nuxeo-core-storage-sql-6.0.jar

Extension Point

Extension point schedule of component SchedulerService.

Contributed Items

  • <schedule id="softDeleteCleanup">
          <event>softDeleteCleanup</event>
          <!-- cleanup every 15 minutes -->
          <cronExpression>0 0/15 * * * ?</cronExpression>
        </schedule>

XML Source

<extension point="schedule" target="org.nuxeo.ecm.core.scheduler.SchedulerService">
    <schedule id="softDeleteCleanup">
      <event>softDeleteCleanup</event>
      <!-- cleanup every 15 minutes -->
      <cronExpression>0 0/15 * * * ?</cronExpression>
    </schedule>
  </extension>